home *** CD-ROM | disk | FTP | other *** search
/ Developer Helper 1: Phil & Dave's Excellent CD / Excellent CD HFS.raw / HyperCard / HyperCard 1.2.2 International / HyperCard Austrailian (X-1.2.2) / Area Codes / card_7503.txt < prev    next >
Text File  |  1988-11-08  |  6KB  |  202 lines

  1. -- card: 7503 from stack: in
  2. -- bmap block id: 9116
  3. -- flags: 4000
  4. -- background id: 11212
  5. -- name: 
  6. ----- HyperTalk script -----
  7. on openCard
  8.   hide card field about
  9. end openCard
  10.  
  11. on mouseUp
  12.   hide card field about
  13. end mouseUp
  14.  
  15.  
  16.  
  17. -- part 1 (button)
  18. -- low flags: 00
  19. -- high flags: 0000
  20. -- rect: left=469 top=305 right=335 bottom=507
  21. -- title width / last selected line: 0
  22. -- icon id / first selected line: 1012 / 1012
  23. -- text alignment: 1
  24. -- font id: 0
  25. -- text size: 12
  26. -- style flags: 0
  27. -- line height: 16
  28. -- part name: Return
  29. ----- HyperTalk script -----
  30. on mouseUp
  31.   visual effect scroll right
  32.   pop card
  33. end mouseUp
  34.  
  35.  
  36.  
  37. -- part 4 (button)
  38. -- low flags: 00
  39. -- high flags: 8003
  40. -- rect: left=163 top=302 right=324 bottom=267
  41. -- title width / last selected line: 0
  42. -- icon id / first selected line: 0 / 0
  43. -- text alignment: 1
  44. -- font id: 0
  45. -- text size: 12
  46. -- style flags: 0
  47. -- line height: 16
  48. -- part name: Data source
  49. ----- HyperTalk script -----
  50. on mouseUp
  51.   put "" into card field about
  52.   show card field about
  53.   put "Post Codes, STD Codes and International Country Codes" into line 2 of card field about
  54.   put "as supplied by Telecom, 1987" into line 3 of card field about
  55.   put "STD codes in parentheses, eg (062), are guesses" into line 5 of card field about
  56.   put "based on towns with neighbouring post codes" into line 6 of card field about
  57.   put "No responsibility for errors or omissions" into line 8 of card field about
  58. end mouseUp
  59.  
  60.  
  61. -- part 5 (button)
  62. -- low flags: 00
  63. -- high flags: 8003
  64. -- rect: left=17 top=301 right=323 bottom=128
  65. -- title width / last selected line: 0
  66. -- icon id / first selected line: 0 / 0
  67. -- text alignment: 1
  68. -- font id: 0
  69. -- text size: 12
  70. -- style flags: 0
  71. -- line height: 16
  72. -- part name: ISD dialling
  73. ----- HyperTalk script -----
  74. on mouseUp
  75.   put "" into card field about
  76.   show card field about
  77.   put "Dial 0011 + Country Code + Area Code + Telephone number" into line 3 of card field about
  78.   put "Some countries (eg Australia) suppress a leading 0 from the Area Code" into line 5 of card field about
  79.   put "See the telephone book for further details" into line 7 of card field about
  80. end mouseUp
  81.  
  82.  
  83. -- part 6 (button)
  84. -- low flags: 00
  85. -- high flags: 8003
  86. -- rect: left=17 top=273 right=295 bottom=128
  87. -- title width / last selected line: 0
  88. -- icon id / first selected line: 0 / 0
  89. -- text alignment: 1
  90. -- font id: 0
  91. -- text size: 12
  92. -- style flags: 0
  93. -- line height: 16
  94. -- part name: Time difference
  95. ----- HyperTalk script -----
  96. on mouseUp
  97.   put "" into card field about
  98.   show card field about
  99.   put "In Australian SummerTime, add 1 hour to number shown" into line 1 of card field about
  100.   put "For Northern Hemisphere SummerTime subtract 1 hour" into line 2 of card field about
  101.   put "Then SUBTRACT the number of hours shown from local" into line 3 of card field about
  102.   put "time, unless the number is preceded by + , in which case ADD to local time" into line 4 of card field about
  103.   put "International times shown are relative to Australian Eastern Standard Time (Eastern states)" into line 6 of card field about
  104.   put "For Central Time (South Australia and Northern Territory) ADD a further 30 minutes; for Western Australia ADD 2 hours" into line 8 of card field about
  105. end mouseUp
  106.  
  107.  
  108.  
  109.  
  110. -- part 8 (button)
  111. -- low flags: 00
  112. -- high flags: 8003
  113. -- rect: left=164 top=273 right=295 bottom=267
  114. -- title width / last selected line: 0
  115. -- icon id / first selected line: 0 / 0
  116. -- text alignment: 1
  117. -- font id: 0
  118. -- text size: 12
  119. -- style flags: 0
  120. -- line height: 16
  121. -- part name: Finding entries
  122. ----- HyperTalk script -----
  123. on mouseUp
  124.   put "" into card field about
  125.   show card field about
  126.   put "To find an entry (a town, country, or number), type it in the Find box and click the Find button" into line 1 of card field about
  127.   put "To find the NEXT entry matching the search pattern, hit the ENTER key" into line 2 of card field about
  128.   put "Click on any entry to see full entry displayed" into line 4 of card field about
  129.   put "STD codes in parentheses, eg (02), are guesses based" into line 6 of card field about
  130.   put "on neighbouring towns with same post code" into line 7 of card field about
  131.   put "More STD Codes not matched with Post Codes follow Tasmania" into line 9 of card field about
  132. end mouseUp
  133.  
  134.  
  135.  
  136.  
  137. -- part 7 (field)
  138. -- low flags: 01
  139. -- high flags: 2002
  140. -- rect: left=68 top=56 right=251 bottom=450
  141. -- title width / last selected line: 0
  142. -- icon id / first selected line: 0 / 0
  143. -- text alignment: 0
  144. -- font id: 3
  145. -- text size: 12
  146. -- style flags: 0
  147. -- line height: 16
  148. -- part name: about
  149.  
  150.  
  151. -- part 9 (button)
  152. -- low flags: 00
  153. -- high flags: 0000
  154. -- rect: left=20 top=225 right=268 bottom=86
  155. -- title width / last selected line: 0
  156. -- icon id / first selected line: 0 / 0
  157. -- text alignment: 1
  158. -- font id: 0
  159. -- text size: 12
  160. -- style flags: 0
  161. -- line height: 16
  162. -- part name: TIME ZONES
  163. ----- HyperTalk script -----
  164. on mouseUp
  165.   push card
  166.   visual effect checkerboard
  167.   go to card id 14694
  168. end mouseUp
  169.  
  170.  
  171.  
  172.  
  173. -- part 10 (button)
  174. -- low flags: 00
  175. -- high flags: 8000
  176. -- rect: left=11 top=30 right=76 bottom=64
  177. -- title width / last selected line: 0
  178. -- icon id / first selected line: 26430 / 26430
  179. -- text alignment: 1
  180. -- font id: 0
  181. -- text size: 12
  182. -- style flags: 0
  183. -- line height: 16
  184. -- part name: PostCodes
  185. ----- HyperTalk script -----
  186. on mouseUp
  187.   go to card id 2839 of stack "PostCodes"
  188. end mouseUp
  189.  
  190.  
  191.  
  192.  
  193. -- part contents for card part 7
  194. ----- text -----
  195.  
  196. Post Codes, STD Codes and International Country Codes
  197. as supplied by Telecom, 1987
  198.  
  199. STD codes in parentheses, eg (062), are guesses
  200. based on towns with neighbouring post codes
  201.  
  202. No responsibility for errors or omissions